home *** CD-ROM | disk | FTP | other *** search
- tellTarget("_root")
- {
- gotoAndStop("Tab3");
- }
- if(eval("/Variables:MoulinActif") == "Moulin1" or eval("/Variables:MoulinActif") == "Moulin4")
- {
- setProperty("_root.Animatiques", _xscale, getProperty("_root.Animatiques", _xscale) - 2 * getProperty("_root.Animatiques", _xscale));
- }
- setProperty("_root.Meg", _visible, 1);
- tellTarget("_parent")
- {
- gotoAndStop(1);
- }
-